forum

home / developersection / forums / custom asp binding mechanism problem

Custom ASP binding mechanism problem

marcel ethan 1605 23-Aug-2014

I've created my own DataBinding mechanism and I need some solution to do somthing like this:

I have this example code in my ASPX

<myButton id="someID" runat="server" Text="SomeText" BackColor="{SomeContext}" />

I thought that I can use my own class inherited from TypeConverter and catch the moment of converting value {SomeContext} to Color (the BackColor property). I can catch this moment, but I have no info about target control, only empty context of String value. If anyone know how to get target property somehow, will be very!! helpful.


Updated on 23-Aug-2014
marcel ethan

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By